Fix capitalization to match other style properties.
authorOwen Taylor <otaylor@redhat.com>
Sun, 29 Feb 2004 21:43:14 +0000 (21:43 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Sun, 29 Feb 2004 21:43:14 +0000 (21:43 +0000)
Sun Feb 29 16:40:40 2004  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtktextview.c (gtk_text_view_class_init): Fix
        capitalization to match other style properties.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtktextview.c

index c41dc98dfe000b34a8f22e044605b16f921a1b37..d526bc4ca7d8af4a12792945d0f15248411c2288 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Feb 29 16:40:40 2004  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtktextview.c (gtk_text_view_class_init): Fix 
+       capitalization to match other style properties.
+
 Sun Feb 29 16:38:53 2004  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtktextview.c (gtk_text_view_class_init): Fix a
index c41dc98dfe000b34a8f22e044605b16f921a1b37..d526bc4ca7d8af4a12792945d0f15248411c2288 100644 (file)
@@ -1,3 +1,8 @@
+Sun Feb 29 16:40:40 2004  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtktextview.c (gtk_text_view_class_init): Fix 
+       capitalization to match other style properties.
+
 Sun Feb 29 16:38:53 2004  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtktextview.c (gtk_text_view_class_init): Fix a
index c41dc98dfe000b34a8f22e044605b16f921a1b37..d526bc4ca7d8af4a12792945d0f15248411c2288 100644 (file)
@@ -1,3 +1,8 @@
+Sun Feb 29 16:40:40 2004  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtktextview.c (gtk_text_view_class_init): Fix 
+       capitalization to match other style properties.
+
 Sun Feb 29 16:38:53 2004  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtktextview.c (gtk_text_view_class_init): Fix a
index c41dc98dfe000b34a8f22e044605b16f921a1b37..d526bc4ca7d8af4a12792945d0f15248411c2288 100644 (file)
@@ -1,3 +1,8 @@
+Sun Feb 29 16:40:40 2004  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtktextview.c (gtk_text_view_class_init): Fix 
+       capitalization to match other style properties.
+
 Sun Feb 29 16:38:53 2004  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtktextview.c (gtk_text_view_class_init): Fix a
index c41dc98dfe000b34a8f22e044605b16f921a1b37..d526bc4ca7d8af4a12792945d0f15248411c2288 100644 (file)
@@ -1,3 +1,8 @@
+Sun Feb 29 16:40:40 2004  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtktextview.c (gtk_text_view_class_init): Fix 
+       capitalization to match other style properties.
+
 Sun Feb 29 16:38:53 2004  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtktextview.c (gtk_text_view_class_init): Fix a
index 6ea776ad6d38afbed423362bd619ed399b68153e..8a9d3bbde4fd3373c92993bdcfdd8e4de70a9d37 100644 (file)
@@ -680,7 +680,7 @@ gtk_text_view_class_init (GtkTextViewClass *klass)
    */
   gtk_widget_class_install_style_property (widget_class,
                                           g_param_spec_boxed ("error-underline-color",
-                                                              P_("Error Underline Color"),
+                                                              P_("Error underline color"),
                                                               P_("Color with which to draw error-indication underlines"),
                                                               GDK_TYPE_COLOR,
                                                               G_PARAM_READABLE));